projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d031f2c
)
* nsfont.m (ns_spec_to_descriptor): Do not autorelease fdesc.
author
Jan Djärv
<jan.h.d@swipnet.se>
Thu, 22 Dec 2011 13:58:40 +0000
(14:58 +0100)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Thu, 22 Dec 2011 13:58:40 +0000
(14:58 +0100)
src/ChangeLog
patch
|
blob
|
history
src/nsfont.m
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index e40a7f3fbe0f1fad47dd476da4862cc197690f48..87750228f4356dfeb304a9f3256cfbed7fcf209c 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2011-12-22 Jan Djärv <jan.h.d@swipnet.se>
+
+ * nsfont.m (ns_spec_to_descriptor): Do not autorelease fdesc.
+
2011-12-21 Jan Djärv <jan.h.d@swipnet.se>
* nsterm.m (x_free_frame_resources): Release
diff --git
a/src/nsfont.m
b/src/nsfont.m
index 080af447b0af24d70b2f870fecbd3e6d79f55250..eb57f5e595392ded57530c8c539bd3f41a0052bd 100644
(file)
--- a/
src/nsfont.m
+++ b/
src/nsfont.m
@@
-155,7
+155,6
@@
ns_spec_to_descriptor (Lisp_Object font_spec)
if (family != nil)
{
fdesc = [fdesc fontDescriptorWithFamily: family];
- [fdesc autorelease];
}
[fdAttrs release];